home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0091 / cpsend.bat < prev    next >
DOS Batch File  |  1997-03-24  |  1KB  |  36 lines

  1. Echo off
  2. REM *********************************************************************/
  3. REM                                                                     */
  4. REM   SYSTEM       : HQ-FAX, Uitilities                                 */
  5. REM   COPYRIGHT    : (c) 1993 HTF CONSULTING                            */
  6. REM                                                                     */
  7. REM *********************************************************************/
  8. REM                                                                     */
  9. REM   BAT file name: CPSEND.bat                                         */
  10. REM   DESCRIPTION  : The PFAX send batch file 4 the Complete PC product */
  11. REM                  by The Complete PC                                 */
  12. REM                                                                     */
  13. REM *********************************************************************/
  14. REM
  15. pfaxback.exe
  16.  
  17. if %1 == 1 goto Skipparm
  18. if %1 == 2 goto Skipparm
  19. if %1 == 3 goto Skipparm
  20. if %1 == 4 goto Skipparm
  21. if %1 == 5 goto Skipparm
  22.  
  23. REM %1 isn't 1,2, or 3 - must be a file name
  24. CLS
  25. Echo Sending FAX file(s) %1.0xx to %2
  26. PFAXsend.exe %1 %2 %3 %4
  27. goto Quit
  28.  
  29. :Skipparm
  30. CLS
  31. Echo Sending FAX file(s) %2.0xx to %3
  32. PFAXsend.exe %2 %3 %4 %5
  33.  
  34. :Quit
  35. Echo on
  36.